@charset "utf-8";
@media (min-device-width: 320px) and (max-width: 689px),
(max-device-width: 480px) {
	input[type="button"],
   input[type="submit"] {
      vertical-align: middle;
      cursor: pointer
   }
   input[type=button],
   input[type=text],
   input[type=password] {
      -webkit-appearance: none;
      -moz-appearance: none;
      -ms-appearance: none;
      appearance: none;
      outline:none
   }

   article, aside, dialog, 
   footer, header, section,
   nav, figure, menu {
      display: block;
      margin: 0 auto
   }

	body{-webkit-text-size-adjust: 100%;}
	
	.main,
	.w1200 {
		width: 10rem;
	}

	/* header */
	.flag-header {
		height: 1.773rem;
		background: url(../images/top_mob.jpg) center top/cover no-repeat;
		background-size: 100% auto;
	}

	.flag-header .sou-con,
	.flag-nav .wrap a {
		display: none;
	}

	/* nav */
	.flag-mask {
		position: fixed;
		z-index: 100;
		left: 0;
		top: 0;
		width: 100vh;
		height: 100vh;
		background: #d80c14;
		display: none;
		overflow: hidden;
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-ms-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}

	.flag-nav {
		font-size: 12px;
		height: 0.986rem;
	}

	.flag-nav .mobile {
		display: block;
	}

	.flag-nav .wrap span {
		margin-top: -10px;
	}

	.flag-nav .wrap span a {
		display: inline-block;
		line-height: 0.986rem;
	}

	.flag-nav .wrap span a:first-child::before {
		top: 10px;
	}

	.flag-nav .wrap span a::after {
		top: 9px;
	}

	.flag-nav .sidenav {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		background: #f5f5f7;
		width: 7rem;
		height: 100vh;
		padding-top: 1.6em;
		transform: translateX(-7rem);
		z-index: 999;
		overflow-y: auto;
		overflow-x: hidden;
		padding: 0 20px;
	}

	.flag-nav .sidenav.moved {
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	.flag-nav .sidenav.moved li.items span {
		transform: perspective(100px) rotateX(0) translateZ(24px) scale(1);
		transition: all .4s;
		opacity: 1;
	}

	.flag-nav .sidenav li.mail {
		font-size: 16px;
		width: 100%;
		margin: 0 auto;
		line-height: 140%;
		padding-top: 20px;
		font-weight: bold;
	}

	.flag-nav .sidenav li.sou {
		margin: 0 auto;
		width: 6rem;
		position: relative;
		height: 1rem;
	}

	.flag-nav .sidenav li.sou input.s1 {
		width: 6rem;
		height: 0.773rem;
		line-height: 0.773rem;
		padding-left: 0.2rem;
		background: #e5e5e5;
		border-radius: 0.273rem;
		padding-right: 0.9rem;
		font-size: 16px;
		top: 0.2rem;
    	position: absolute;
    	left: 0;
	}

	.flag-nav .sidenav li.sou input.s2 {
		width: 8%;
		height: 0.5rem;
		top: 1.25em;
		right: 1em;
		position: absolute;
		text-indent: 0.5em;
		background: url(../images/ico1.png) no-repeat;
	}

	.flag-nav .sidenav li.items {
		line-height: 1rem;
		padding: 0.2rem 0;
		font-size: 0.5rem;
		border-bottom: 1px solid #c9c9ca;
		text-align: center;
		width: 100%;
	}

	.flag-nav .sidenav li.items a {
		margin-right: 0;
		display: block;
	}

	.flag-nav .sidenav li.items:last-child {
		border-bottom: none;
	}

	.flag-nav .sidenav li.items.red {
		border-bottom: 3px solid #d80c14;
		font-weight: bold;
		font-size: 0.6rem;
	}

	.mobile li.menu {
		/*display: block;*/
		background: url(../images/menu.png) no-repeat;
		width: 39px;
		height: 25px;
		/*float: left;*/
		margin-left: 5%;
		background-size: 65% auto;
		margin-top: 10px;
	}

	/* p1 */
	.flag-P1wrap {
		background-size: auto 100%;
		height: auto;
		padding-bottom: 10px;
	}

	.flag-P1wrap .news {
		width: 9.5rem;
		margin-top: 25px;
	}

	.flag-P1wrap .news h1.tit {
		font: bold 0.5rem/1.4 'Microsoft YaHei', 'pingfang SC', 'helvetica neue';
	}
	
	.flag-P1wrap .news img {
		max-width: 100%;
		height: auto;
	}

	.flag-P1wrap .news .sub {
		font: normal 0.3rem/1.6 'Microsoft YaHei', 'pingfang SC', 'helvetica neue';
	}

	.flag-P1wrap .p1 .fl,
	.flag-P1wrap .p1 .fr {
		float: none;
	}

	.flag-P1wrap .p1 .left {
		width: 10rem;
	}

	.flag-P1wrap .p1 .left .sheet-pic1 {
		width: 10rem;
		height: 6.56rem;
	}

	.flag-P1wrap .p1 .left .sheet-pic1 .arrow-prev1,
	.flag-P1wrap .p1 .left .sheet-pic1 .arrow-next1 {
		top: 40%;
	}

	.flag-P1wrap .p1 .left .sheet-pic1 .arrow-prev1 {
		left: 5px;
	}

	.flag-P1wrap .p1 .left .sheet-pic1 .arrow-next1 {
		right: 5px;
	}

	.flag-P1wrap .p1 .left .sheet-pic1 .swiper-container .swiper-slide span.text {
		height: 0.96rem;
		line-height: 0.96rem;
		font-size: 14px;
		text-indent: 0.4rem;
	}
	
	.flag-P1wrap .p1 .left .sheet-pic1 .swiper-container .swiper-slide img {
		width: 100%;
		height: 100%;
	}

	.flag-P1wrap .p1 .right {
		width: 9.226rem;
		margin: 20px auto 0 auto;
	}

	.flag-P1wrap .p1 .right .flag-tit h3 {
		font: bold 20px/40px 'Microsoft YaHei', 'pingfang SC', 'helvetica neue';
	}

	.flag-P1wrap .p1 .right .flag-tit span {
		font-size: 14px;
	}

	.flag-P1wrap .p1 .right .list li.items {
		font-size: 16px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.flag-banner1 img {
		width: 100%;
		height: auto;
	}

	/* p2 */
	.flag-p2 {
		width: 9.22rem;
		margin: 20px auto 0 auto;
	}

	.flag-p2 .menu {
		height: 1.2rem;
	}

	.flag-p2 .menu li.items {
		font-size: 16px;
		line-height: 1.2rem;
	}

	.flag-p2 .menu li.items#active1 {
		height: 1.1rem;
	}

	.flag-p2 ul.list {
		width: 9.22rem;
		margin: 10px auto 0 auto;
	}

	.flag-p2 ul.list li.items {
		width: 9rem;
		margin: 0 0rem 0 0.1rem;
		font-size: 16px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		padding: 10px 0;
	}

	.flag-p2 ul.sheet {
		margin: 0 auto !important;
	}

	.flag-p2 ul.sheet li.items {
		width: 32.0%;
		margin: 0 0.1rem 0 0;
		padding: 20px 0 0px 0;
	}

	.flag-p2 ul.sheet li.items:nth-child(3n+1) {
		margin-left: 0.06rem;
	}

	.flag-p2 ul.sheet li.items img {
		width: 100%;
		height: auto;
	}

	/* p3 */
	.flag-p3 {
		width: 9.22rem;
		margin: 20px auto 0 auto;
	}

	.flag-p3 .flag-tit h3 {
		font: bold 20px/40px 'Microsoft YaHei', 'pingfang SC', 'helvetica neue';
	}

	.flag-p3 .sheet {
		margin-top: 20px;
	}

	.flag-p3 .sheet li.items {
		float: none;
		margin: 0;
	}

	.flag-p3 .sheet li.items img {
		width: 5.666666666666667rem;
		height: auto;
	}

	/* p4 */
	.flag-p4 {
		width: 9.22rem;
		margin: 20px auto 0 auto;
	}

	.flag-p4 .flag-tit h3 {
		font: bold 20px/40px 'Microsoft YaHei', 'pingfang SC', 'helvetica neue';
	}

	.flag-p4 .flag-tit span {
		font-size: 16px;
	}

	.flag-p4 .wrap {
		display: none;
	}

	.sheet-p4-mob {
		display: block;
		overflow: hidden;
	}

	.sheet-p4-mob li.items {
		float: left;
		width: 50%;
		height: 2.24rem;
		margin-top: 20px;
		text-align: center;
		padding: 0 5%;
	}

	.sheet-p4-mob li.items img {
		width: 100%;
		height: 100%;
	}

	/* p5 */
	.flag-p5 {
		width: 9.22rem;
		margin: 30px auto 0 auto;
	}

	.flag-p5 .flag-tit h3 {
		font: bold 20px/40px 'Microsoft YaHei', 'pingfang SC', 'helvetica neue';
	}

	.flag-p5 .wrap {
		height: auto;
	}

	.flag-p5 .wrap .sub {
		height: 1.2rem;
	}

	.flag-p5 .wrap .sub .items {
		width: 25%;
		font-size: 16px;
	}

	.flag-p5 .wrap .sub .items#active2::after {
		background-size: 50% auto;
	}

	.flag-p5 .wrap .sub .items:last-child {
		display: none;
	}

	.flag-p5 .wrap .sub .items span {
		padding-left: 35px;
		line-height: 1.2rem;
	}

	.flag-p5 .wrap .sub .items:nth-child(4) span {
		padding-left: 30px;
	}

	.flag-p5 .wrap .sub .items:nth-child(1) span::before,
	.flag-p5 .wrap .sub .items:nth-child(2) span::before,
	.flag-p5 .wrap .sub .items:nth-child(3) span::before,
	.flag-p5 .wrap .sub .items:nth-child(4) span::before {
		background-size: 50% auto;
		margin-top: 2px;
	}

	.flag-p5 .wrap .sub .items:nth-child(1)#active2 span::before,
	.flag-p5 .wrap .sub .items:nth-child(2)#active2 span::before,
	.flag-p5 .wrap .sub .items:nth-child(3)#active2 span::before,
	.flag-p5 .wrap .sub .items:nth-child(4)#active2 span::before {
		background-size: 50% auto;
	}

	.flag-p5 .wrap .content1 {
		width: 7.693rem;
		padding: 30px 0;
	}

	.flag-p5 .wrap .content1 .left {
		float: none;
		width: 7.693rem;
	}

	.flag-p5 .wrap .content1 .left a span.text {
		font-size: 14px;
		height: 1rem;
		line-height: 1rem;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.flag-p5 .wrap .content1 .left a::after {
		display: none;
	}

	.flag-p5 .wrap .content1 .left img {
		width: 7.693rem;
		height: 4.266666666666667rem;
	}

	.flag-p5 .wrap .content1 ul.sheet {
		float: none;
		width: 7.693rem;
	}

	.flag-p5 .wrap .content1 ul.sheet li.items {
		float: left;
		width: 50%;
		border: none;
		padding: 0 2.5%;
		height: auto;
	}

	.flag-p5 .wrap .content1 ul.sheet li.items img {
		width: 100%;
		height: auto;
	}

	.flag-p5 .wrap .content1 ul.sheet li.items:nth-child(1) {
		padding-left: 0;
	}

	.flag-p5 .wrap .content1 ul.sheet li.items:nth-child(2) {
		padding-right: 0;
	}

	.flag-p5 .wrap .content1 ul.sheet li.items:last-child,
	.flag-p5 .wrap .content1 ul.sheet li.items a::after {
		display: none;
	}

	.flag-p5 .wrap .content1 ul.sheet li.items a.img1 span.text {
		font-size: 12px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.flag-p5 .wrap .content2 {
		width: 7.46rem;
		margin: 0 auto;
	}

	.flag-p5 .wrap .content2 ul.sheet li.items {
		width: 3.4rem;
		margin: 30px 3%;
	}

	.flag-p5 .wrap .content2 ul.sheet li.items em.txt {
		height: auto;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		padding: 8px 0 0 0;
		font-size: 16px;
		line-height: 1.4;
	}

	.flag-p5 .wrap .content2 ul.sheet li.items img {
		width: 3.4rem;
		height: 4.266666666666667rem;
	}

	.flag-p5 .wrap .content2 ul.sheet li.items span.con {
		height: 3.4133333333333336rem;
	}

	.flag-p5 .wrap .content2 ul.sheet li.items:nth-child(1) {
		margin-left: 0;
	}

	.flag-p5 .wrap .content2 ul.sheet li.items:nth-child(2) {
		margin-right: 0;
	}

	.flag-p5 .wrap .content2 ul.sheet li.items:last-child {
		display: none;
	}

	.flag-p5 .wrap .content3 {
		width: 8rem;
	}

	.flag-p5 .wrap .content3 .left {
		width: 8rem;
		float: none;
		text-align: center;
	}

	.flag-p5 .wrap .content3 .left .pic img {
		width: 4.226666666666667rem;
		height: 5.733333333333333rem;
	}

	.flag-p5 .wrap .content3 .left em.txt {
		width: 4.226666666666667rem;
		height: 1.2rem;
		line-height: 0.8rem;
		padding: 10px 0;
		font-size: 14px;
		margin: 0 auto;
		text-align: center;
	}

	.flag-p5 .wrap .content3 .right {
	width: 2rem;
	}

	.flag-p5 .wrap .content3 .right ul.list {
		display: none;
	}

	.flag-p5 .wrap .content3 .right span.more {
		margin-top: -40px;
	}

	.flag-p5 .wrap .content3 .right span.more a {
		width: 60px;
		height: 1rem;
		line-height: 1rem;
		font-size: 12px;
	}

	.flag-p5 .wrap .content4 {
		margin: 30px auto;
	}

	.flag-p5 .wrap .content4 .left {
		width: 8.093333333333333rem;
		float: none;
		margin: 0 0.3rem 0 0.2rem;
	}

	.flag-p5 .wrap .content4 .left .tit-con {
		display: none;
	}

	.flag-p5 .wrap .content4 .left ul.list {
		margin-top: 0;
		margin-left: 0;
	}

	.flag-p5 .wrap .content4 .left ul.list li.items {
		font-size: 16px;
		width: 100%;
		float: none;
		padding: 0;
		line-height: 1.8;
		height: 0;
		opacity: 0;
	}

	.flag-p5 .wrap .content4 .left ul.list li.items:nth-child(-n+5) {
		opacity: 1;
		height: auto;
	}

	.flag-p5 .wrap .content4 .left ul.list li.items:nth-child(odd) {
		float: none;
	}

	.flag-p5 .wrap .content4 .right {
		display: none;
	}

	/* p6 */
	.flag-p6 {
		width: 9.22rem;
		margin: 20px auto 0 auto;
		height: auto;
	}

	.flag-p6 .menu {
		height: 1.2rem;
	}

	.flag-p6 .menu li.items {
		font-size: 16px;
		line-height: 1.2rem;
	}

	.flag-p6 .menu li.items#active3 {
		height: 1.1rem;
	}

	.flag-p6 .content .sheet {
		margin-top: 34px;
	}

	.flag-p6 .content .sheet li.items img {
		width: 35%;
		height: auto;
	}

	.flag-p6 .content .sheet li.items span.text {
		font-size: 16px;
	}

	.flag-p6 .content .sheet2 li.items img {
		width: 80%;
		height: auto;
	}

	/* copy */
	.copyright-wrap .menu {
		width: 8.346666666666666rem;
	}

	.copyright-wrap .menu .dropdown {
		width: 3.8666666666666667rem;
		margin-right: 0;
	}

	.copyright-wrap .menu .dropdown .tit {
		position: relative;
		text-indent: 0.3rem;
	}

	.copyright-wrap .menu .dropdown .tit h2 {
		font-size: 14px;
		display: inline;
	}

	.copyright-wrap .menu .dropdown .tit::after {
		position: absolute;
		content: '';
		background: url(../images/ico11.png) center center no-repeat;
		width: 14px;
		height: 8px;
		background-size: 80% auto;
		right: 5px;
		top: 0.3rem;
	}

	.copyright-wrap .menu .dropdown .tit em {
		display: none;
	}

	.copyright-wrap .menu .dropdown .linklist ul li {
		font-size: 12px;
		text-indent: 0.1rem;
	}

	.copyright-wrap p.text {
		width: 9.22rem;
		font-size: 12px;
		margin: 0 auto;
	}

	.copyright-wrap .pic img {
		width: 10%;
		height: auto;
	}

	/* d2 */
	.flag-d2nav {
		width: 9.22rem;
		margin: 20px auto 0 auto;
		clear: both;
		font-size: 14px;
	}

	.flag-d2medium {
		width: 9.22rem;
		padding: 30px 0 10px 0;
	}

	.flag-d2medium ul.sheet {
		width: 100%;
	}

	.flag-d2medium ul.sheet li.items {
		width: 45%;
		margin: 0 2.5%;
	}

	.flag-d2medium ul.sheet li.items img {
		width: 100%;
		height: auto;
	}

	.flag-d2medium ul.sheet li.items span.txt {
		font-size: 14px;
		margin-top: 0px;
	}

	.flag-d2medium ul.sheet li.items span.txt i.ico {
		background-size: 80% 80%;
		background-position: 3px 7px;
	}

	.flag-d2wx ul.sheet {
		width: 100%;
	}

	.flag-d2wx ul.sheet li.items {
		margin: 20px 2.5% 30px 2.5%;
		width: 28%;
		font-size: 14px;
		height: 3.9rem;
	}

	.flag-d2wx ul.sheet li.items img {
		width: 100%;
		height: auto;
	}

	.flag-book {
		width: 9.22rem;
		margin: 20px auto 0 auto;
	}

	.flag-book div.tit {
		border-bottom: 1px solid #e8e8e8;
	}

	.flag-book div.tit h3 {
		background: none;
		border-bottom: 2px solid #d80c14;
		padding: 0 8px;
		font-size: 18px;
		line-height: normal;
	}

	.flag-book div.tit h3 a {
		color: #d80c14 !important;
	}

	.flag-book div.tit span.more {
		line-height: normal;
	}

	.flag-book ul.sheet {
		padding-bottom: 20px;
		overflow: hidden;
	}

	.flag-book ul.sheet li.items {
		width: 2.5rem;
		height: 2.5rem;
		margin: 0 3%;
	}

	.flag-book ul.sheet li.items a {
		font-size: 16px;
	}

	.flag-book ul.sheet li.items a span.txt {
		bottom: 15px;
	}

	.flag-book ul.sheet li.items:nth-child(1) a i.ico,
	.flag-book ul.sheet li.items:nth-child(1) a:hover i.ico {
		width: 0.9866666666666667rem;
		height: 0.8666666666666667rem;
		background-size: 100% auto;
		top: 20%;
		left: 29%;
	}

	.flag-book ul.sheet li.items:nth-child(2) a i.ico,
	.flag-book ul.sheet li.items:nth-child(2) a:hover i.ico {
		width: 0.64rem;
		height: 0.9066666666666666rem;
		background-size: 100% auto;
		top: 19%;
		left: 37%;
	}

	.flag-book ul.sheet li.items:nth-child(3) a i.ico,
	.flag-book ul.sheet li.items:nth-child(3) a:hover i.ico {
		width: 1.0266666666666666rem;
		height: 0.92rem;
		background-size: 100% auto;
		top: 19%;
		left: 30%;
	}

	.flag-book ul.list {
		width: 9.22rem;
		margin: 20px auto 0 auto;
	}

	.flag-book ul.list li.items {
		width: 2.1rem;
		height: 0.64rem;
		line-height: 0.64rem;
		font-size: 14px;
		margin: 1%;
	}

	.flag-d2list.borhid {
		width: 9.22rem;
		margin: 20px auto 0 auto;
	}

	.flag-d2list.borhid div.tit {
		border-bottom: 1px solid #e8e8e8;
	}

	.flag-d2list.borhid div.tit h3 {
		background: none;
		border-bottom: 2px solid #d80c14;
		padding: 0 8px;
		font-size: 18px;
		line-height: normal;
		text-align: left;
	}

	.flag-d2list.borhid div.tit h3 a {
		color: #d80c14 !important;
	}

	.flag-d2list.borhid div.tit span.more {
		line-height: normal;
	}
	
	.flag-d2list.borhid ul.list {
		padding-top: 15px;
		padding-bottom: 30px;
	}
	
	.flag-d2list.borhid ul.list li.items i {
		display: none;
	}

	.flag-d2list {
		width: 9.22rem;
		margin: 20px auto 0 auto;
		padding-top: 20px;
	}

	.flag-d2list ul.list {
		padding-bottom: 0px;
		border-bottom: none;
		margin-top: 0;
	}

	.flag-d2list ul.list h6.more {
		top: -40px;
	}

	.flag-d2list ul.list li.items {
		position: relative;
		padding-left: 20px;
		border-bottom: 1px solid #decfac;
	}

	.flag-d2list ul.list li.items::before {
		content: "";
		position: absolute;
		left: 10px;
		top: 15px;
		display: block;
		width: 6px;
		height: 6px;
		background: #c00406;
		border-radius: 50%;
	}

	.flag-d2list ul.list li.items a {
		float: none;
	}

	.flag-d2list ul.list li.items i {
		display: none;
	}

	.flag-d2list.journal div.tit h3 {
		background: #d80c14;
	}

	.flag-d2list.journal div.tit h3 a {
		color: #fff !important;
	}

	.flag-text-tit {
		width: 9.22rem;
		margin: 0 auto;
	}

	.flag-text-tit h1 {
		font-size: 20px;
		line-height: 30px;
		font-weight: 600;
	}
	
	.flag-text-tit h2.sub {
		font-size: 18px;
	}
	
	.flag-text-tit .ptime em {
		margin-right: 3px;
	}
	
	.flag-text-tit .scale-main {
		display: none;
	}
	
	.flag-text-con {
		width: 9.22rem;
		margin: 0 auto;
	}

	.flag-text-con p img {
		margin-top: -12px;
	}
	
	.flag-text-con p video {
		max-width: 100%;
		height: auto;
	}
	/* sou */
	.flag-d2sou {
		width: 9.22rem;
		margin: 0 auto;
	}
}